make do_sched_op_compat() x86-specific
authorJan Beulich <jbeulich@suse.com>
Tue, 9 Jun 2015 13:56:03 +0000 (15:56 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 9 Jun 2015 13:56:03 +0000 (15:56 +0200)
commit6041a60e162b6e8ad9687aa8932dabc332df1897
tree74e4eacc3639c9e76f3d9efa7cc4938c023b80bf
parente0e3b8f64730f3ee167d29aa5ab18902fba4f416
make do_sched_op_compat() x86-specific

Being a pre-3.1 compatibility hypercall handler only, it's not needed
on ARM or any future architectures Xen may get ported to.

Also the function shouldn't really be used internally - its use should
be limited to its purpose (and hence there's also no need for a
prototype).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@cirix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/x86/compat.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/viridian.c
xen/arch/x86/hvm/vmx/vmx.c
xen/common/schedule.c
xen/include/xen/hypercall.h